Win32 - определение. Что такое Win32
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Win32 - определение

MICROSOFT'S CORE SET OF APPLICATION PROGRAMMING INTERFACES AVAILABLE IN WINDOWS OPERATING SYSTEMS
Win32; Win16; Win64; WinAPI; Windows api; Windows Open Service Architecture; 64-bit Windows; 64bit Windows; 64bit windows; 64-bit windows; Win32 API; Win32 Api; Win32 api; WIN32 api; WIN32 Api; WIN32 API; Win 32; WIN32; Windows.pas; Winapi; Microsoft Windows API; WinApi; Windows api function list; Windows API function list; Win32c; WIN16; 16-bit Windows; WinCE (API); Win32s (API); Common Controls Library; Win32 subsystem
Найдено результатов: 14
Win32         
<programming> An application programming interface that is common to all Microsoft's 32-bit Windows {operating systems}. These currently include: Windows 95, {Windows 98}, Windows NT and Windows CE. [Relationship with Win32s?] (1997-12-20)
Windows API         
The Windows API, informally WinAPI, is Microsoft's core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. The name Windows API collectively refers to several different platform implementations that are often referred to by their own names (for example, Win32 API); see the versions section.
Windows Open Service Architecture         
<architecture, library, microsoft> (WOSA) One of the mainstays of Microsoft Windows: the ethos of abstraction of core services. For each extension, Windows Open Services Architecture defines an API and an SPI, as well as a universal interface (usually placed in a single DLL) that both comply to. These then transparently let the operating system speak to device drivers, database managers, and other low level entities. These extensions include, among others, ODBC (called the "crowning jewel of WOSA"), TAPI, WOSA/XFS, SAPI and MAPI, and their supporting services, as well as the abstraction of access to printers, modems, and {networking services}, which run identically over TCP/IP, IPX/SPX, and NetBEUI. (2000-08-16)
Trojan:Win32/Agent         
TYPE OF MALWARE
Trojan.Win32.Agent; Trojan: Win32/Agent
A Trojan:Win32/Agent is the definition (from Microsoft or Apple) of a Trojan downloader, Trojan dropper, or Trojan spy. Its first known detection was January 2018, according to Microsoft Malware Protection Center.
FinFisher         
SURVEILLANCE SOFTWARE
FinSpy; FinFireWire; Win32/Belesak.D; Belesak.D
FinFisher, also known as FinSpy, is surveillance software marketed by Lench IT Solutions plc, which markets the spyware through law enforcement channels.
Koobface         
NETWORK WORM ATTACKING MICROSOFT WINDOWS, MAC OS X AND LINUX PLATFORMS
Koobface (virus); Worm/Koobface; Win32/Poison
Koobface is a network worm that attacks Microsoft Windows, Mac OS X, and Linux platforms. This worm originally targeted users of networking websites like Facebook, Skype, Yahoo Messenger, and email websites such as GMail, Yahoo Mail, and AOL Mail.
Win32 Thread Information Block         
In computing, the Win32 Thread Information Block (TIB) is a data structure in Win32 on x86 that stores information about the currently running thread. It is also known as the Thread Environment Block (TEB) for Win32.
Windows Driver Model         
DEVICE DRIVER FRAMEWORK
WDM Miniport; Windows driver model; Win32 Driver Model
In computing, the Windows Driver Model (WDM) also known at one point as the Win32 Driver Model is a framework for device drivers that was introduced with Windows 98 and Windows 2000 to replace VxD, which was used on older versions of Windows such as Windows 95 and Windows 3.1, as well as the Windows NT Driver Model.
Stration         
Stratio; Warezov; Email-Worm:W32/Warezov; Email-Worm.Win32.Warezov; Win32.Warezov.FI@mm
Stration (also known as Stratio and Warezov) is a family of computer worms that can affect computers running Microsoft Windows, disabling security features and propagating itself to other computers via e-mail attachments. This family of worms is unusual in that new variants are being produced at an unprecedented rate, estimated to be up to one every 30 minutes at its peak, and downloaded from remote servers by infected machines to speed propagation.
Sober (computer worm)         
Sober (Virus); Sober X; Sober.X; Sober.Q; Sober worm; Win32:Sober-L; WinREG; WinReg; Sober (worm)
The Sober worm is a family of computer worms that was discovered on October 24, 2003. Like many worms, Sober sends itself as an e-mail attachment, fake webpages, fake pop-up ads, and fake advertisements.

Википедия

Windows API

The Windows API, informally WinAPI, is Microsoft's core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. The name Windows API collectively refers to several different platform implementations that are often referred to by their own names (for example, Win32 API); see the versions section. Almost all Windows programs interact with the Windows API. On the Windows NT line of operating systems, a small number (such as programs started early in the Windows startup process) use the Native API.

Developer support is available in the form of a software development kit, Microsoft Windows SDK, providing documentation and tools needed to build software based on the Windows API and associated Windows interfaces.

The Windows API (Win32) is focused mainly on the programming language C in that its exposed functions and data structures are described in that language in recent versions of its documentation. However, the API may be used by any programming language compiler or assembler able to handle the (well-defined) low-level data structures along with the prescribed calling conventions for calls and callbacks. Similarly, the internal implementation of the API's function has been developed in several languages, historically. Despite the fact that C is not an object-oriented programming language, the Windows API and Windows have both historically been described as object-oriented. There have also been many wrapper classes and extensions (from Microsoft and others) for object-oriented languages that make this object-oriented structure more explicit (Microsoft Foundation Class Library (MFC), Visual Component Library (VCL), GDI+, etc.). For instance, Windows 8 provides the Windows API and the WinRT API, which is implemented in C++ and is object-oriented by design.